func github.com/andybalholm/brotli.getHashTable
3 uses
github.com/andybalholm/brotli (current package)
encode.go#L161: func getHashTable(s *Writer, quality int, input_size uint, table_size *uint) []int {
encode.go#L799: table = getHashTable(s, s.params.quality, uint(bytes), &table_size)
encode.go#L1028: table = getHashTable(s, s.params.quality, block_size, &table_size)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |